Click or drag to resize

ResourceUpload Method (String, Stream, Int32, ContentRange)

Uploads a data from stream a resource with the specified URI.

Namespace:  Independentsoft.Webdav
Assembly:  Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntax
public void Upload(
	string address,
	Stream stream,
	int bufferSize,
	ContentRange contentRange
)

Parameters

address
Type: SystemString
The URI of the resource to receive the data.
stream
Type: System.IOStream
The input stream.
bufferSize
Type: SystemInt32
The buffer size. Default value is 8192 bytes.
contentRange
Type: Independentsoft.WebdavContentRange
The content range.
See Also